Sync Service
SyncUserProfileDto
Diese Klasse enthält die Informationen zu dem TimePunch Profil und dem letzten Synchronisations-Datum.
Datatype | Name | Description |
---|---|---|
Guid | Id | Unique ID of TimePunch Profile |
String | SaveAsName | Name of the TimePunch Profile used to show the user. |
String | LogonName | By default the logon name is identical to the used windows logon. |
String | UserName | First name and last name of the user. |
DateTime | LastSyncTime | Filled, if the profile has been synced at some date. |
ConnectedDeviceDto
Diese Klasse enthält Informationen über das mit einem TimePunch Profil verbundene mobile Gerät.
Datatype | Name | Description |
---|---|---|
SyncUserProfileDto | UserProfile | The synced user profile that is connected with the mobile device |
Guid? | DeviceConnectionId | The id of the connected device |
String | DeviceName | The name of the connected device |
String | DeviceUser | The user of the connected device |
String | SyncMail | The mail address of the connected device |
SyncState | SyncState | The current sync state (Not Synced / Receive Data / Send Data / Both) |
BindingState | BindingState | The current state of the user connection |